From 7901a462fd2638a9b7ce595dd039eb474b23b678 Mon Sep 17 00:00:00 2001 From: Keir Fraser Date: Thu, 23 Jul 2009 08:59:03 +0100 Subject: [PATCH] xend: Set up CPUID leaves on restore for both PV and HVM guests. From: Andrew Thomas Signed-off-by: Keir Fraser --- tools/python/xen/xend/XendCheckpoint.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/python/xen/xend/XendCheckpoint.py b/tools/python/xen/xend/XendCheckpoint.py index 553cc0f5bc..3952846d4f 100644 --- a/tools/python/xen/xend/XendCheckpoint.py +++ b/tools/python/xen/xend/XendCheckpoint.py @@ -317,8 +317,8 @@ def restore(xd, fd, dominfo = None, paused = False, relocating = False): else: break os.close(qemu_fd) - restore_image.setCpuid() + restore_image.setCpuid() os.read(fd, 1) # Wait for source to close connection -- 2.30.2